ArcPadScripting
SnappingMode

SnappingMode constants

Constant Value Description
apSnapEnd 4 End snapping.
apSnapEdge 2 Edge snapping.
apSnapVertex 1 Vertex snapping.
apSnapNone 0 No snapping.

 

Remarks
Use these constants with the SnappingMode property of the Layer object. Constants can be added together to specify multiple snapping modes.
Applies To